Binds the Y value(s) of the collection's DataPoints to the first column of the specified data source(s).
[Visual Basic]
Overloads Public Sub DataBindY( _
ByVal ParamArray yEnumerableValues() As IEnumerable _
)
[C#]
public void DataBindY(
params IEnumerable[] yEnumerableValues
);
DataPointsCollection Class | DataPointsCollection Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.